home *** CD-ROM | disk | FTP | other *** search
- on kroll
- if rollOver(6) then
- set the castNum of sprite 6 to 378
- updateStage()
- else
- set the castNum of sprite 6 to 288
- updateStage()
- end if
- end
-
- on kbuts
- if rollOver(7) then
- repeat while rollOver(7)
- set the castNum of sprite 7 to 380
- set the castNum of sprite 15 to 315
- updateStage()
- end repeat
- set the castNum of sprite 7 to 292
- set the castNum of sprite 7 to 300
- updateStage()
- end if
- if rollOver(8) then
- repeat while rollOver(8)
- set the castNum of sprite 8 to 381
- set the castNum of sprite 15 to 322
- updateStage()
- end repeat
- set the castNum of sprite 8 to 293
- set the castNum of sprite 15 to 300
- updateStage()
- end if
- if rollOver(9) then
- repeat while rollOver(9)
- set the castNum of sprite 9 to 382
- set the castNum of sprite 15 to 330
- updateStage()
- end repeat
- set the castNum of sprite 9 to 294
- set the castNum of sprite 15 to 300
- updateStage()
- end if
- if rollOver(10) then
- repeat while rollOver(10)
- set the castNum of sprite 10 to 383
- set the castNum of sprite 15 to 345
- updateStage()
- end repeat
- set the castNum of sprite 10 to 295
- set the castNum of sprite 15 to 300
- updateStage()
- end if
- if rollOver(11) then
- repeat while rollOver(11)
- set the castNum of sprite 11 to 384
- set the castNum of sprite 15 to 348
- updateStage()
- end repeat
- set the castNum of sprite 11 to 296
- set the castNum of sprite 15 to 300
- updateStage()
- end if
- if rollOver(12) then
- repeat while rollOver(12)
- set the castNum of sprite 12 to 385
- set the castNum of sprite 15 to 351
- updateStage()
- end repeat
- set the castNum of sprite 12 to 297
- set the castNum of sprite 15 to 300
- updateStage()
- end if
- if rollOver(13) then
- repeat while rollOver(13)
- set the castNum of sprite 13 to 386
- set the castNum of sprite 15 to 354
- updateStage()
- end repeat
- set the castNum of sprite 13 to 298
- set the castNum of sprite 15 to 300
- updateStage()
- end if
- end
-